ucOutcomeMeasures.ascx.cs
Code Type: C# Codebehind Class for ASP .NET User Control
Uses Classes: CCPA, CPWEvent, }


Lines of Code: 211

public void OnTreeSelect()

	on episode treatment select 

public void OnReviewCommand(string strJsonRecord)

	 review an entry from the entry popup 

public bool ReloadTree()

	    reload the tree control, called via MessageBus to updae the tree 

public string PatPWEventID

	    event entry id 

public bool InitializeControl(string strPatPWEventID)

	    Initialize the control 

public bool InitializeControl(long lPatPWEventID)

	    initialize the control 

protected void LoadTree(long lPatPWEventID)

	    load the outome measures tree 

protected void Page_Load(object sender, EventArgs e)

	    page load 

	

